release: v0.1.1239 - #3755
Conversation
📦 Client bundle boundary
A server module in a client graph aborts hydration in the browser. New leaks fail CI; known leaks are tracked in |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan includes up to 3 reviews per rolling hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe release version was incremented from ChangesRelease version metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This release updates the package version consistently across the declared release files; no actionable merge-blocking risk remains after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Publishes the trigger target contract work to npm.
Why now
veryfront-code#3745 merged on 2026-08-15, after the v0.1.1238 release on 2026-08-14.
git tag --contains 71ba942dcreturns nothing and npm latest is still0.1.1238, so the SDK change has never been published.Proven against the published SDK from the template project
veryfront/agentic-case-processing-salesforce:The canonical authoring form is unusable until this ships. Source projects are stuck on the reserved-key spelling (
input._schedule_target).What ships
TriggerTargetcarries agent conversation addressing;ScheduleDefinitiongainsagentMessagenonelegacyScheduleTargetDiagnosticexported fromveryfront/schedulesoveryfront schedule run --inputapplies the same rules asschedule()Release contents
Three files, per the release contract:
deno.json0.1.1238→0.1.1239src/utils/version-constant.tsversion.test.tsasserts it matchesdeno.jsonsrc/html/hydration-script-builder/hydration-runtime.generated.tsThe third is the one that is easy to miss: its staleness check runs inside the
typechecktask, so omitting it surfaces as a misleading type error. Regenerated withdeno run -A scripts/build/prebundle-hydration-runtime.ts, not hand-edited.Verification
Bump confirmed above both
origin/main(0.1.1238) andnpm view veryfront version(0.1.1238) — not just claimed in the body.Refs veryfront/veryfront-issue-inbox#517
Summary by CodeRabbit